.footer{
    width: 100%;
    height: 95px;
    background: #F5F5F5;
    overflow: hidden;
}
.footer p{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7783;
    line-height: 20px;
}
.footer p:nth-child(1){
    margin-top: 20px;
}